{% load staticfiles %}
{{site_title}}
Shfan's Blog
Home
(current)
About
Contact
{% if registered %}
Thanks for your registration!
{% else %}
{% csrf_token %} {{ user_form.as_p }} {{ profile_form.as_p }}
Already have an account?
Login
{% endif %}