A mirror of my website's source code.

 list.html

View raw Download
text/plain • 235 B
ASCII text
        
            
1
{% extends "_layout.html" %}
2
{% block Head %}
3
{{super()}}
4
<link rel="stylesheet" href="/src/code-blocks.css" />
5
{% endblock %}
6
{% block title %}{{Title}}{% endblock %}
7
{% block content %}
8
<h1>{{Title}}</h1>
9
{{ Content }}
10
{% endblock %}