{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block title %}Flasky{% endblock %} {% block page_content %}
{% if current_user.can(Permission.WRITE) %} {{ wtf.quick_form(form) }} {% endif %}
{% include '_posts.html' %} {% endblock %}