Missing {% block body %} in example blog template?
This commit is contained in:
parent
f1e9578f6e
commit
a94057404f
|
@ -93,6 +93,7 @@ page.
|
||||||
{% extends "layout.html" %}
|
{% extends "layout.html" %}
|
||||||
{% from "macros/pagination.html" import render_pagination %}
|
{% from "macros/pagination.html" import render_pagination %}
|
||||||
{% block title %}My Blog{% endblock %}
|
{% block title %}My Blog{% endblock %}
|
||||||
|
{% block body %}
|
||||||
<h1>My Blog</h1>
|
<h1>My Blog</h1>
|
||||||
|
|
||||||
<ul class="blog-index">
|
<ul class="blog-index">
|
||||||
|
|
Loading…
Reference in New Issue