Skip to content
Snippets Groups Projects

Release

Merged Alexa Valentová requested to merge test into master
5 files
+ 33
3
Compare changes
  • Side-by-side
  • Inline

Files

{% load wagtailcore_tags %}
<div class="flex gap-3 py-4">
<div class="flex gap-3 py-4 flex-wrap">
{% for button in self.buttons %}
{% include_block button %}
{% endfor %}
Loading