{extends file='Tpl:empty.tpl'} {block name="pagetitle"}{/block} {block name="content"}

{t domain=$CORE_TEXT_DOMAIN}Hello, world!{/t}

{t escape=off domain=$CORE_TEXT_DOMAIN}This is the default page of a new app using EesyPHP framework. Register your own templates directory and create a homepage.tpl file to overwrite it. You could also overwrite the URL handler for the root of the web application.{/t}

{/block} {* # vim: autoindent expandtab tabstop=2 shiftwidth=2 softtabstop=2 *}