| 1 |
<div tal:attributes="class php:theme('node_class', sticky, zebra, status, teaser, node.type)">
|
| 2 |
<tal:block condition="picture" replace="picture" />
|
| 3 |
<h3 tal:condition="php:page == 0" class="title"><a
|
| 4 |
tal:attributes="href node_url" tal:content="title" /></h3>
|
| 5 |
<span tal:condition="php:!teaser AND terms" class="taxonomy">Tags: ${terms} </span>
|
| 6 |
<p><tal:block replace="content | '<!--without content-->'"/>
|
| 7 |
<span tal:condition="links" class="links" tal:content="structure php:'ยป' . links . ' | ' . theme('created', node) . ' | ' . theme('permalink', node_url)" />
|
| 8 |
</p>
|
| 9 |
</div>
|