Skip to content
Snippets Groups Projects

Release

Merged Alexa Valentová requested to merge test into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
{% 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