feat: Update drag page and other small things

- Add parameter to NewDiv class
- Add instance with content to drag page
- Drag page now also uses frame template
- Use macro for footer in explorer
This commit is contained in:
sthag 2025-06-23 22:31:18 +02:00
parent e572f64259
commit 1ddba29d9c
5 changed files with 40 additions and 29 deletions

View file

@ -152,14 +152,5 @@ tags:
</footer>
</section>
</main>
<footer class="io">
<nav>
<button>mode</button>
<span>mode-bar</span>
</nav>
<nav>
<div class="spacer a"></div>
<button>action</button>
</nav>
</footer>
{{ io.frameFooter('mode-bar') }}
{% endblock %}