{% extends "layout.html" %} {% block body %}

Admin Panel

Manage your posts and change them

Basic Actions


Upload a File


Edit Posts

{% for post in posts %} {% endfor %}
Sr no. Title Date Edit Delete
{{post.sno}} {{post.title}} {{post.date}}
{% endblock %}