Files
gollum/test/examples/template_cascade/navbar.mustache
T
Josh Soref 6d8e89b5fe spelling: overridden
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2022-09-06 21:47:02 -06:00

9 lines
227 B
Plaintext

<nav>
<div style="background-color: red;">NAVBAR_OVERRIDE</div>
<p>Still include an original partial to ensure the fallback works even when nested from an overridden partial:</p>
<div>
{{>mobilenav}}
</div>
</nav>