Back to Rustls

{{ page.title }}

website/templates/report-page.html

latest211 B
Original Source

{% extends "base.html" %} {% block content %}

{{ page.title }}

{{ page.date }} {% if page.authors %} — {{ page.authors | join(sep = " ") }} {% endif %}

{{ page.content | safe }} {% endblock content %}