{% extends "base.html" %}
{% load cms_tags %}
{% block meta_tags %}
{% endblock %}
{% block content %}
{% comment %}
Here goes very customized website-specific content like
slideshows, latest tweets, latest news, latest profiles, etc.
{% endcomment %}
{% endblock %}