% import 'bulma/elements.html' as elem ## % block brand % if site('nav_logo') % else [[ site('title') ]] % endif % endblock brand % for p in config.NAV_PAGES % if p == g.current_page [[ p|title ]] % else [[ p|title ]] % endif % endfor % for social in social_media [[ elem.icon('is-small', 'fab fa-' + social[0]) ]] % endfor Home % for p in config.NAV_PAGES % if p == g.current_page [[ p|title ]] % else [[ p|title ]] % endif % endfor