{% extends "layout.html" %} {% set active = 'notes' %} {% block page_title %}Recherche / Notizen – AzA Intern{% endblock %} {% block content %}
{{ n.category or '–' }} · {{ n.author }} · {{ n.updated_at }} {% for tag in n.tags %}{{ tag }}{% endfor %}
{% if n.body %}{{ n.body }}
{% endif %}Noch keine Notizen.
{% endif %} {% endblock %}