Select Git revision
prose_advanced_richtext.html
-
Alexa Valentová authoredAlexa Valentová authored
prose_advanced_richtext.html 199 B
{% load wagtailcore_tags %}
<div class="{{ css_class|join:" " }}">
{% firstof text self.text as text %}
{% include "styleguide2/includes/atoms/text/prose_richtext.html" with text=text %}
</div>