{% include 'hackathon/base.html' %}
{% if user.is_authenticated %}
Api Example
{{ boldmessage }}
{% else %}
Please register/login!
{% endif %}