Skip to content

Instantly share code, notes, and snippets.

@paltman
Created October 19, 2017 02:19
Show Gist options
  • Save paltman/96ffc4f84e42dfc6199065dc086672c8 to your computer and use it in GitHub Desktop.
Save paltman/96ffc4f84e42dfc6199065dc086672c8 to your computer and use it in GitHub Desktop.
<div class="dropdown-menu">
{% for v in current_config.views %}
{% if v.menu %}
<a class="dropdown-item" href="{{ v.resolved_path }}">
{{ v.template }}
</a>
{% endif %}
{% endfor %}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment