Skip to content

Instantly share code, notes, and snippets.

@mynameislau
Last active February 28, 2018 11:55
Show Gist options
  • Save mynameislau/989bbde9294e80c323b7582377e49a57 to your computer and use it in GitHub Desktop.
Save mynameislau/989bbde9294e80c323b7582377e49a57 to your computer and use it in GitHub Desktop.
<f:section name="blip"><p>Toto</p></f:section>
{f:render(section:'blip') -> f:variable(name: 'bloop')}
<f:render partial="maPartielle" arguments="{ truc: bloop }"/>
<div>
{truc -> f:format.raw()}
</div>
<!-- outputs : <div><p>Toto</p><div> -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment