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

  1. <meta name="description" content="{$pageinfo.DESCRIPTION}">
  2. <meta name="keywords" content="{$pageinfo.KEYWORDS}">
  3. <title>{$pageinfo.TITLE} - {$siteinfo.NAME}</title>
  4. ...
  5. <h1>{$pageinfo.NAME}</h1>
Comments
0
Please login to post comments!
Brought to you by the House of Next Tuesday