]> git.datanom.net - flask-test.git/blame - app/templates/index.html
First half
[flask-test.git] / app / templates / index.html
CommitLineData
db4f0ba9
MR
1{% extends "base.html" %}
2{% block content %}
3 <h1>Hi, {{ user.nickname }}!</h1>
4 {% for post in posts %}
5 <div><p>{{ post.author.nickname }} says: <b>{{ post.body }}</b></p></div>
6 {% endfor %}
7{% endblock %}
8
This page took 0.027841 seconds and 5 git commands to generate.