{# name = Advanced Features #} {% load demotags %}
{% boom 'PyBlue' %}
{% endverbatim %} to produce: {% boom 'PyBlue' %}
[demotags]: https://github.com/ialbert/pyblue/blob/master/docs/templatetags/demotags.py
### Site assets
Add {% verbatim %}{% assets %}
{% endverbatim %} to the head tag of the page to
generate the CSS classes needed to syntax color embedded code.
Override the template called `pyblue_assets.html` to modify the assets.
Go back to: {% link "index.html" "Home Page" %}.
{% endmarkdown %}