6d8e89b5fe
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
9 lines
227 B
Plaintext
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>
|