{% extends "base.html" %} {% block title %}{{ T('homepage') }} - {{ app_name }}{% endblock %} {% block content %}
{{ n.short_desc() }}
{{ T('tags') }}: {% for tag in n.tags %} {% set tn = tag.name %} #{{ tn }} {% endfor %}
calendar_today {{ n.calendar.strftime('%B %-d, %Y') }}