[Flow] Re: #1224485838: You closed a templating tag which you never opened!
sam sami
brebaer at hotmail.de
Sat Feb 15 14:56:03 CET 2014
actullay i wrote with german anyway im new with typo3 and i try to learn it so i follow the tutorial from video2brain
and i did all what they do there and i cant see any fehler
in the private folder the einspaltig html inside this code
<f:layout name="Rahmen"/>
<f:section name ="inhalte">
<div id="content">
<div id="main">
<f:render partial ="Inhalte" arguments="{content:inhalt}"/>
</div>
</div>
</f:section>
and two folders Partials and Layout
in Layout html file ''Rahmen" the code inside
<div id="rahmen">
<div id="header">
<div class="logo">
</div>
<div class="search">
<form>
<input type="text" name="sword" />
<input type="submit" name="submit" value="Suchen"/>
</form>
</div>
</div>
<div id="contentFrame">
<div id="nav">
<h3>Inhalte</h3>
<div class="border">
</div>
<div class="logos">
</div>
</div>
<f:render section="inhalte" />
</div>
<div id="footer">
</div>
</div>
and inside the Partials html code "Inhalte" and have this code
<f:format.raw>{content}</f:format.raw>
and finally the script inside the template
Fluidtemplate = FLUIDTEMPLATE
Fluidtemplate {
file = fileadmin/template_new/Private/Einspaltig.html
layoutRootPath = fileadmin/template_new/Private/Layout/
partialRootPath = fileadmin/template_new/Private/Partials/
variables {
inhalt <styles.content.get
}
}
page = PAGE
page {
config{
doctype = xhtml_trans
}
typeNum =0
includeCSS.main = fileadmin/template_new/Public/Stylesheet/main.css
10 < Fluidtemplate
}
to be honest i review it many time and i couldnt found the problem
thank you again for your help
More information about the Flow
mailing list