You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Color
<li>Color: <strong>red</strong></li>
<li>Color: <a href="#Green">green</a></li>
<li>Color: <a href="#Blue">blue</a></li>
meaning that while in a subsection, parent contextes are inherited. From the tests I ran on example3.cpp (I might have done something wrong), I see this is not the case with Boostache.
This behaviour is not very clear from mustache's man page, but the online demo does lookup parent contextes.
The text was updated successfully, but these errors were encountered:
Indeed, this is a known issue and we are working on a more complex "context" wrapper design that allows moving up the context tree to resolve parent things.
Given this input on mustache's online demo:
and
I get this output:
meaning that while in a subsection, parent contextes are inherited. From the tests I ran on example3.cpp (I might have done something wrong), I see this is not the case with Boostache.
This behaviour is not very clear from mustache's man page, but the online demo does lookup parent contextes.
The text was updated successfully, but these errors were encountered: