{% extends "base.html" %} {% load pykss %} {% block content %} {% comment %} {% styleguideblock styleguide "1.1" %} ... {% endstyleguideblock %} {% styleguideblock styleguide "1.1" using "custom.html" %} ... {% endstyleguideblock %} {% endcomment %} {% styleguideblock styleguide "1.1" %} {% endstyleguideblock %} {% verbatim %}

This block above was created with a simple template call:

    
{% styleguideblock styleguide "1.1" %}
    <button class="$modifier_class">Example Button</button>
{% endstyleguideblock %}
    
{% endverbatim %} {% comment %} {% renderstyleguide styleguide "2" %} {% renderstyleguide styleguide "2" using "custom.html" %} {% endcomment %} {% renderstyleguide styleguide "2" %} {% verbatim %}

This block above was created with a simple template call:

    
{% renderstyleguide styleguide "2" %}
    
{% endverbatim %} {% endblock %}