all repos — homestead @ 62ad7b3e4f096bc9dfb574f3adf3372a5c8f110f

Code for my website

templates/taxonomy_list.html (view raw)

{% extends "base.html" %}

{% block main %}

  
    
{% set tags = get_taxonomy(kind="tags") %} {% for post in tags.items %} #{{ post.name }}  {% endfor %}
{% endblock %}