Skip to content

Commit

Permalink
Remove plone 3 note
Browse files Browse the repository at this point in the history
  • Loading branch information
smcmahon committed Apr 9, 2013
1 parent 02a2234 commit 19dba7e
Showing 1 changed file with 2 additions and 5 deletions.
Expand Up @@ -10,22 +10,19 @@
<tal:comment tal:condition="nothing">
This is a sample view template. It will not be used for rendering the
content unless activated by creation of a view class with a matching name.

Note that we're using Plone 4 macros. Replace them with Plone 3 macros
if needed.
</tal:comment>

<metal:main fill-slot="content-core">
<metal:content-core define-macro="content-core">

<h2>
Rendered from
Rendered from
${content_class_filename}_templates/<span tal:replace="template/id" />
</h2>


<div tal:content="context/Title">Title inserted here</div>

</metal:content-core>
</metal:main>

Expand Down

0 comments on commit 19dba7e

Please sign in to comment.