{% extends 'examples/base.html' %} {% block stylesheets %} {{ super() }} {{ assets.get_stylesheets('examples-blog') }} {% endblock %} {% block content %}
Django-Zero is a wrapper package around the Django framework that configures for you a lot of reasonable (imho) things and let you customize everything afterward.