We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58d54c commit dce3eb1Copy full SHA for dce3eb1
templates/posts_index.html
@@ -1,4 +1,7 @@
1
{% extends "_template.html" %}
2
+
3
+{% block title %}Posts{% endblock title %}
4
5
{% block content %}
6
<div class="container py-5">
7
<h1>{{ title }}</h1>
0 commit comments