{% extends "base.html" %} {% block title %}Admin Dashboard - Your Name{% endblock %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}| Title | Category | Date | Actions |
|---|---|---|---|
|
{{ post.title }} {{ post.excerpt[:100] }}... |
{{ post.category }} | {{ post.date }} |
No blog posts yet.
Create Your First Post