Skip to content
Snippets Groups Projects

Release

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