shannonmoeller / handlebars-layouts

Handlebars helpers which implement layout blocks similar to Jinja, Nunjucks (Swig), Pug (Jade), and Twig.

Home Page:http://npm.im/handlebars-layouts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It only shows the path to the partial

theallmightyjohnmanning opened this issue · comments

The Template
`

Toggle navigation VKS
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
  <ul class="nav navbar-nav">
    <li class="active"><a href="/">Home <span class="sr-only">(current)</span></a></li>
    <li><a href="arcade">Arcade</a></li>
  </ul>
</div><!-- /.navbar-collapse -->
Arcade
`

The View Being Rendered
{{#extend "frontend"}} {{/extend}}

Not able to tell what you're trying to do or why it's not working based on what you've provided.

Closing due to lack of detail and no response to the request for more. Feel free to re-open if you're still having issues and can clarify what those are exactly.