all repos — homestead @ 93f8d13771364daa722f4217e2f9fc486c0eedd9

Code for my website

templates/taxonomy_single.html (view raw)

{% extends "base.html" %}

{% block main %}

  {%- if taxonomy.term %}
  

Filtering for "{{ term.name }}"

Remove filter {%- endif %}
    {% for page in term.pages %}
  • {{ page.title }}
  • {% else %}
  • No posts yet
  • {% endfor %}
{% endblock %}