cspray/yape
Tutorials
How To
{{ content }}
{% include nav_link.html url="/" label="Installation" %}
Tutorials
{% for tutorial in site.tutorials %}
{% include nav_link.html url=tutorial.url label=tutorial.title %}
{% endfor %}
How To
{% for how_to in site.how-tos %}
{% include nav_link.html url=how_to.url label=how_to.title %}
{% endfor %}