{% extends "base.html" %} {% block content %}
{% include 'dashboard/_dash_menu.html' %}
{% if post_list %} {% for post in my_posts %} {% endfor %}
Id Date Author Article
{{ post.id }} {{ moment(post.timestamp).format('L') }} {{ post.author.screen_name }} {{ post.title }} Edit
{% else %}

Nothing Yet 🙄

{% endif %}
{% endblock content %}