{% extends "base.html" %} {% block title %}Dashboard - Blog Toolkit{% endblock %} {% block content %}
| ID | Name | Author | Posts | Method | Actions |
|---|---|---|---|---|---|
| {{ item.blog.id }} | {{ item.blog.name }} | {% if item.blog.author_name %} {{ item.blog.author_name }} {% else %} N/A {% endif %} | {{ item.post_count }} | {{ item.blog.collection_method }} | View |
No blogs yet. Use the CLI to add blogs.
{% endif %}No recent posts.
{% endif %}