mirror of
https://github.com/lektor/lektor-website.git
synced 2025-02-22 07:00:38 +01:00
Merge pull request #57 from adamwolf/patch-1
Missing {% block body %} in example blog template?
This commit is contained in:
commit
586e9c3154
@ -93,6 +93,7 @@ page.
|
||||
{% extends "layout.html" %}
|
||||
{% from "macros/pagination.html" import render_pagination %}
|
||||
{% block title %}My Blog{% endblock %}
|
||||
{% block body %}
|
||||
<h1>My Blog</h1>
|
||||
|
||||
<ul class="blog-index">
|
||||
|
Loading…
Reference in New Issue
Block a user