diff --git a/prosopopee/themes/material/templates/sections/paragraph.html b/prosopopee/themes/material/templates/sections/paragraph.html index f9fb252..d5888f9 100644 --- a/prosopopee/themes/material/templates/sections/paragraph.html +++ b/prosopopee/themes/material/templates/sections/paragraph.html @@ -1,16 +1,19 @@ {% if section.background or section.color %} -
+
{% endif %} +
- {% if section.title %} -
-

{{ section.title }}

- {% else %} -
- {% endif %} -

{{ section.text }}

-
+ {% if section.title %} +
+

{{ section.title }}

+ {% else %} +
+ {% endif %} + +

{{ section.text }}

+
+ {% if section.background or section.color %} -
+
{% endif %}