Thesis Work
{% if cat_menu %}
Categories
{% for item in cat_menu %}
{{ item }}
{% endfor %}
{% else %}
Category List
{% endif %} {% if user.is_authenticated %}
Add category
Profile
Edit Settings
{% if user.profile.id %}
Update Information
Show Profile Page
{% else %}
Create Profile Page
{% endif %}
Add post
logout
{% else %}
Register
login
{% endif %}
{% block content %} {% endblock %}