Skip to content

πŸ“š 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.

Recipe: Navbar Variants

How to use:

{% 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 image
dark image
light image
Clone this wiki locally