automated-typo3-update/tests/Fixtures/CodeSniffer/Tokenizers/Fluid/example.html
Daniel Siepmann af8244f986
WIP|FEATURE: Split tokenizing into dedicated classes
* As each node has to be handled differently.
* Also we can attach many information for some nodes to the token, to
  make linting eaiser. But that's specific per node and those goes to an
  own class.

Relates #67
2017-05-04 15:58:36 +02:00

28 lines
1 KiB
HTML

<!-- <hr> -->
<!-- <f:format.htmlspecialchars> -->
<!-- <h1>Escaped html</h1> -->
<!-- </f:format.htmlspecialchars> -->
<!-- {some.objectOrArray} -->
{namespace vendor = Tx_ExtName_ViewHelpers}
<f:layout name="Default" />
<f:section name="SomeSection">
<f:cObject typoscriptObjectPath="lib.contentGetHead"> </f:cObject>
<f:cObject typoscriptObjectPath="lib.breadcrumb"> </f:cObject>
<div class="container">
<div class="row">
<aside class="span6">
<f:cObject typoscriptObjectPath="lib.sidebar_navigation"> </f:cObject>
<f:cObject typoscriptObjectPath="lib.contentGetSidebar"> </f:cObject>
<vendor:newsletterBox groupId="96" nlCampaign="3" nlHerkunft="8" additional="" />
</aside>
<div class="span18">
<!--TYPO3SEARCH_begin-->
<f:render partial="Content" />
<!--TYPO3SEARCH_end-->
</div>
</div>
</div>
<f:cObject typoscriptObjectPath="lib.contentGetFoot"> </f:cObject>
</f:section>