{% extends base %} {% from 'macro.html' import breadcrumbs with context %} {% from 'macro.html' import comment_html with context %} {% block content %}
{{- breadcrumbs([[url_for('notices.show', name=notice.name), notice.title]]) }}

{{ page_title }}

{{ comment_html(comment, with_controls=False, with_vote=False) }}
{{- breadcrumbs([[url_for('notices.show', name=notice.name), notice.title]]) }}
{% endblock %}