add flicity

This commit is contained in:
2020-07-14 21:38:52 +02:00
parent 82f7d7d6b6
commit b6b1dafd78
40 changed files with 847 additions and 312 deletions
@@ -27,7 +27,7 @@
* @ingroup themeable
*/
#}
<div{{ attributes }} class="col-md-4">
<div{{ attributes }}>
{% block content %}
{{ content }}
{% endblock %}
@@ -27,15 +27,17 @@
* @ingroup themeable
*/
#}
<div{{ attributes }} class="col-md-8">
<div{{ attributes }} class="col">
{{ title_prefix }}
{% if label %}
<h2{{ title_attributes }}>{{ label }}</h2>
{% endif %}
{{ title_suffix }}
{% block content %}
<div>
<a href="/">
{{ content }}
</a>
</div>
{% endblock %}
</div>