Forum OpenACS CMS: Re: Figuring out CMS

Collapse
2: Re: Figuring out CMS (response to 1)
Posted by Robert Gaszewski on
You can display attributes (eg. title) in this way:

in foo.adp:
@content.title@<br>
<content>

in foo.tcl:
content::get_content

Also you can find different examples in directories:
packages/cms/demo/templates/ and packages/cms-news-demo/templates/