---
title: "Helpers & Mixins"

path: ONE Two three
slug: <%= _.slugify(path) %>
---
<div class="page-header">
  <h1>{{title}}</h1>
</div>

<h2>Example "track" helper</h2>
<p>View the HTML to see the tracking code that was added by the "track" helper. This helper was included to demonstrate how helpers work.</p>

<ul>
  <li> {{#example}} <a class="nav-link" href="{{url}}" {{track navbar}}>{{text}}</a> {{/example}} </li>
</ul>

<hr>

<h2>example-assemble-anchor helper</h2>
<p>Example of using the Assemble plugin assemble-anchor.</p>
{{example-assemble-anchor "This is your helper."}}

<hr>

<h2>Example Lo-Dash Mixin</h2>
<p>The "<code>slugifier</code>" mixin was included by default, you can find it in <code>./src/helpers/mixins.js</code> </p>

<strong>{{slug}}</strong>
