{% extends "base.html" %} {% block content %}
written: {{ page.date }}
authors: {%- for tag in page.taxonomies.authors | sort | unique(case_sensitive=false) %}
{{ tag }}
{% endfor -%}
tags: {%- for tag in page.taxonomies.tags | sort | unique(case_sensitive=false) %}
#{{ tag }}
{% endfor -%}