1 2 3 4 5 6 7 8 9 10 11 12 13
{% extends "base.html" %} {% block content %} <article> {% if readme %} {{ readme | safe }} {% else %} This collection doesn't have a README.rst or README.txt file: maybe add one? {% endif %} </article> {% endblock %}