{% extends "admin_base.html" %} {% block content %}

Manage Blogs

Add New Blog Post {% for blog in blogs %} {% endfor %}
Title Created At Actions
{{ blog.title }} {{ blog.created_at.strftime('%Y-%m-%d %H:%M:%S') }} Edit
{% endblock %}