{% extends "base.html" %} {% block title %}Admin Dashboard{% endblock %} {% block content %}

Admin Dashboard

Manage your posts and projects with ease.

Projects

New Project
{% for projectpost in projectpost %} {% else %} {% endfor %}
Title Category Actions
{{ projectpost.title }} {{ projectpost.category }} View Edit
No projects found.

Blog Posts

New Blog Post
{% for blogpost in blogpost %} {% else %} {% endfor %}
Title Category Actions
{{ blogpost.title }} {{ blogpost.category }} View Edit
No blog posts found.
{% endblock %}