-
Notifications
You must be signed in to change notification settings - Fork 6
π Temenin Isoman Wiki
Marcellino Chris O'Vara edited this page Oct 22, 2021
·
4 revisions
π Welcome to the Temenin Isoman wiki! In this wiki, there are some recipes to use common templates written on the codebase.
How to use:
- In your app template (ex: main/templates/main/home.html), add
{% block navbar %}
{% with variant='light' %}
{{ block.super }}
{% endwith %}
{% endblock navbar %}
- Replace
variant='light'
with the variant you want to use. - Available variant:
transparent
,dark
,light
. - Also works on mobile.
Variant | Screenshot |
---|---|
transparent | ![]() |
dark | ![]() |
light | ![]() |