Login
Register
Logout
docs.yeager.cm
Home
Documentation
Choose
Developer guide
API docs
Developer guide
Install and setup
User manual
Prev
Next
+
Basics
Structural overview
+
Objects
Sites
Pages
Templates
Content Blocks
Entry Masks
Files
File Types
File Views
Tags
Comments
E-Mailings
Extensions
Users
Usergroups
Versioning
Publishing
+
Development environment
AMPs
Debugging tools
-
Developing Templates
Syntax
Variables
Modifiers
Personalization
Debugging
-
Examples
Rendering content
Rendering menus
Outputting User data
Page properties
Full Template
+
Developing Extensions
Getting started
+
Properties
Extension properties
Object properties
Property types
+
Callback functions
Data Extensions
Working with the API
Permissions
Logging and debugging
+
Examples
Hello world
Dynamic content
SQL
Login, password recovery
Commenting
Content Block list
+
Developing File Processors
Getting started
Example
Support
Developer guide
>
Developing Templates
>
Examples
Page properties
<meta
name
=
"description"
content
=
"{$pageinfo.DESCRIPTION}"
>
<meta
name
=
"keywords"
content
=
"{$pageinfo.KEYWORDS}"
>
<title>
{$pageinfo.TITLE} - {$siteinfo.NAME}
</title>
...
<h1>
{$pageinfo.NAME}
</h1>