Skip to content

Instantly share code, notes, and snippets.

@randomresult
Created February 8, 2017 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save randomresult/a5e61c4b4929976afd3233f79146afca to your computer and use it in GitHub Desktop.
Save randomresult/a5e61c4b4929976afd3233f79146afca to your computer and use it in GitHub Desktop.
<div xmlns="http://www.w3.org/1999/xhtml" lang="en"
xmlns:v="http://typo3.org/ns/FluidTYPO3/Vhs/ViewHelpers"
xmlns:f="http://xsd.helhum.io/ns/typo3/cms-fluid/master/ViewHelpers"
data-namespace-typo3-fluid="true"
>
<f:section name="Header">
<header id="header">
<f:render partial="Navigation.html" section="Navigation" arguments="{_all}" />
</header>
Du bist auf #: {v:site.name()}
</f:section>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment