{% extends 'style/_base.html' %} {% block 'main' %}
This is the contents of the style/index.html template, which extends the style/_base.html template and will be loaded by default.
If you want to create links to the other pages of the style guide, please use the following syntax: Link to the "test" page
WARNING: This will cause the page rendering to FAIL if you specify a non-existent page_name.
{% endblock %}