mirror of
https://github.com/MathiasDPX/blog.git
synced 2025-05-10 07:33:09 +00:00
10 lines
No EOL
129 B
HTML
10 lines
No EOL
129 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block head %}
|
|
<title>Demo</title>
|
|
{% endblock %}
|
|
|
|
|
|
{% block content %}
|
|
{{ written }}
|
|
{% endblock %} |