{% extends 'main/layout.html' %} {% block title %}Analytics — {{ request.user.username }} at Mataroa{% endblock %} {% block content %} Analytics List of pages: index rss {% for page in page_list %} {{ page.slug }} {% endfor %} {% if post_list %} List of posts: {% for post in post_list %} {{ post.title }} {% endfor %} {% endif %} {% endblock %}
List of pages:
List of posts: