{% include header.html %}
{% for howto in site.data.howtos %}
{{ howto.repo }}

{% for tag in howto.tags %} {{ tag }} {% endfor %}

{{ howto.description }}

Read the how-to GitHub repository
{% endfor %}
{% include footer.html %}