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
TBH the proposed syntax does not make much sense to me but we could consider some defaults, i.e. the default name for {#insert} with no name and possibly use the content of the include tag as the default block:
{#include base}
{#title}My Title{/title}
<div>
This will be used for the insert with no name.
</div>
{/include}
Currently, composition is done using this syntax:
base.html
(declaration):index.html
(usage):Perhaps we could consider a shorter syntax:
base.html
(declaration):index.html
(usage):Where
#insert
with no name would default to whatever content is specified after#extend
?The text was updated successfully, but these errors were encountered: