Skip to content

Commit

Permalink
fix the example
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed May 8, 2022
1 parent 4ef15cb commit f91ef40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/views/index.ejs
Expand Up @@ -2,6 +2,6 @@
<h1>I am the <%=what%> template</h1>
<p class="better-than-dead">I'm red if foo.css was loaded.</p>
<p>Here are some muppets we know about:<ul>
<%-partial('muppet',muppets) %>
<%-partial('muppet', muppets) %>
</ul></p>
<% include extra %>
<%- include('extra') %>

0 comments on commit f91ef40

Please sign in to comment.