{% if title %}
ITSOURCECODE-CMS - {{ title }}
{% else %}
ITSOURCECODE-CMS
{% endif %}
ITSOURCECODE-CMS
Home
About ITSOURCECODE-CMS
{% if user.is_authenticated %}
Logout
{% else %}
Login
Register
{% endif %}
{% if user.is_authenticated %}
Search
{% endif %}
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% block content %}{% endblock%}