{% extends "admin/master.html" %} {% block body %}
Contains basic information of the blog, such as name and tagline.
The authors blog entries will be associated with.
Holds blog entries and pages.
Posts and pages can be associated with tags.
A way to categorize posts, categories can have both parents and children.
Basic file administration, based on FileAdmin from Flask-Admin. All files are stored in your defined "uploads" path.
{% endblock %}