Add Hello World page

This commit is contained in:
Némunaire 2013-10-09 17:51:12 +02:00
commit bee365e47c
16 changed files with 18856 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{extends file="layout.tpl"}
{block name=content}
<h1>
Hello World!
</h1>
{/block}