You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
622 B
19 lines
622 B
<h2>{{ "Showing style guide for @name"|t({'@name': theme_info.name}) }} |
|
</h2> |
|
{% if theme_info.description %} |
|
<p>{{ theme_info.description }}</p> |
|
{% endif %} |
|
<h2 class="styleguide"> |
|
{% trans %} |
|
Styleguide element entries</h2> |
|
{% endtrans %} |
|
<p class="styleguide-description"> |
|
{% trans %} |
|
Optional item description.</p> |
|
{% endtrans %} |
|
<div class="styleguide"> |
|
{% trans %} |
|
The header area indicates the style element being displayed. The horizontal rules indicate the top and bottom baselines of the rendered element. |
|
{% endtrans %} |
|
</div> |
|
<div class="break"><br /></div>
|
|
|