{% extends "base.html" %} {% block title %}Writeups for {{ doc.name }}-{{ doc.rev }}{% endblock %} {% block pagehead %} {% endblock %} {% block content %} {{ top|safe }} {% for title, text, url in writeups %}
{{ text }}