add examples
This commit is contained in:
6
examples/templates/blog.html
Normal file
6
examples/templates/blog.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "page.html" %}
|
||||
{% block body %}
|
||||
{% for child in this.children %}
|
||||
<a href="{{child|url}}">{{ child.title }}</a>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user