1 2 3 4 5 6
{% extends "layout.html" %} {% set title = 'Page Source' %} {% block body %} <h1 id="page-source">Page Source</h1> {{ highlighted_code }} {% endblock %}