Skip to content

Instantly share code, notes, and snippets.

@radmiraal
Created October 17, 2012 21:44
Show Gist options
  • Save radmiraal/3908463 to your computer and use it in GitHub Desktop.
Save radmiraal/3908463 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>{namespace bootstrap=TYPO3\Twitter\Bootstrap\ViewHelpers}{namespace typoscript=TYPO3\TypoScript\ViewHelpers}
<html>
<head>
<title>Mister Maks</title>
<f:base />
<f:render partial="HeaderInclude" arguments="{_all}" />
</head>
<body>
<typoscript:renderTypoScript path="headerMenu" />
<section class="container-fluid">
<f:flashMessages class="flashmessages alert" />
<div class="row-fluid">
<div class="span2"><typoscript:renderTypoScript path="administrationMenu" /></div>
<div class="span10"><typoscript:renderTypoScript path="body" /></div>
</div>
<div class="loading hide">
<f:render partial="ModalContent"/>
</div>
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment