mirror of
https://github.com/rmontanana/microblog.git
synced 2025-08-16 07:45:51 +00:00
849 B
849 B
{% extends "base.html" %}
{% import 'bootstrap/wtf.html' as wtf %}
{% block app_content %}
{% endif %} {% for post in posts %} {% include '_post.html' %} {% endfor %}
Hi, {{ current_user.username }}!
{% if form %} {{ wtf.quick_form(form) }}{% endif %} {% for post in posts %} {% include '_post.html' %} {% endfor %}
- Newer posts
- Older posts