{% extends 'dashboard_base.html' %} {% block title %} Admin Dashboard || Edit Blogs {% endblock %} {% block content %}

Edit Blogs

{% for blog in blogs %} {% endfor %}
Title Author Date Posted Actions
{{ blog.title }} {{ blog.author }} {{ blog.date_posted.strftime("%Y-%m-%d") }} Edit Delete
{% endblock %}