all repos — homestead @ 1e0b5b86c034d6205aa1ba1ff42bc40b9f60cf63

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