{% extends "base.html" %} {% block content %}
{% for itab in tabs %} {% endfor %}
{% for p in posts %} {% endfor %}
Title Date Actions
{{ p['title'] }} {{ p['created_at'].strftime('%Y-%m-%d') }} Edit Delete

Your account settings will be displayed here.

{%endblock%}