{% load staticfiles %} {% block title %}ForumApp{% endblock %} {% ssi "/home2/bogotob1/www/dj/static/forum/script/bogo_menu.html" %}
{% block content %} {% if user.is_authenticated %}

Hello, {{ user.username }}!

{% endif %} {% if not user.is_authenticated %}

Not an authenticated user!

Please register/login to participate this forum.

{% endif %} {% endblock %}
{% ssi "/home2/bogotob1/www/dj/static/forum/script/bogo_google_analytics.html" %} {% ssi "/home2/bogotob1/www/dj/static/forum/script/bogo_foot_menu.html" %}