{# Minimal base template shipped with django-site-blog. #} {# Override this in your project by placing siteblog/base.html in your TEMPLATES dirs. #} {% block title %}siteblog{% endblock %} {% block content %}{% endblock %}