all repos — homestead @ ef74eb1fac8d50814d84c99ce7f6b01ab0d714b2

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 %}