mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-07-04 22:50:15 +02:00
466f0aeb54
- Add `.quiz-topbar` with fixed positioning and spacing in `quiz.scss` - Update `base.html.twig` to include `quiz/nav.html.twig` in a new `nav` block - Remove unused "Manage Quiz" button from `select_season.html.twig`
4 lines
155 B
Twig
4 lines
155 B
Twig
{% extends 'base.html.twig' %}
|
|
{% block importmap %}{{ importmap('quiz') }}{% endblock %}
|
|
{% block nav %}{{ include('quiz/nav.html.twig') }}{% endblock %}
|