mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
* working on integration * 11ty for webawesome + app * add flashes * additional changes * prettier * add note about nunjucks * prettier
10 lines
193 B
Plaintext
10 lines
193 B
Plaintext
{% if hasSidebar == undefined %}
|
|
{% set hasSidebar = true %}
|
|
{% endif %}
|
|
|
|
{% if hasOutline == undefined %}
|
|
{% set hasOutline = false %}
|
|
{% endif %}
|
|
|
|
{% extends "../_includes/base.njk" %}
|