{% extends "wagtailadmin/base.html" %} {% load wagtailadmin_tags %} {% load compress i18n %} {% load gravatar %} {% block extra_css %} {% compress css %} {% endcompress %} {% endblock %} {% block titletag %}{% trans 'Styleguide' %}{% endblock %} {% block bodyclass %}styleguide{% endblock %} {% block content %} {% trans "Styleguide" as title_trans %} {% include "wagtailadmin/shared/header.html" with title=title_trans %}
This is a paragraph
This is an example of code
table
listingHeading 1 | Heading 2 | Heading 3 |
---|---|---|
TD with title class |
Regular listing TD | Regular listing TD |
TD with title class |
Regular listing TD | Regular listing TD |
ul
listingHeading 1 | Heading 2 | Heading 3 |
---|---|---|
TD with title class |
Regular listing TD | Regular listing TD |
TD with title class |
Regular listing TD | Regular listing TD |
Tabs are currently only used following headers, where they often appear merged with the bottom of the header:
{% include "wagtailadmin/shared/header.html" with title=title_trans merged=1 %}Tabs can also indicate errors:
{% include "wagtailadmin/shared/header.html" with title=title_trans merged=1 %} Gravatar set
Gravatar not set