# TAL Page Templates for ownCloud Develop using the Template Attribute Language instead of having clumsy `` tags in your markup. Read more at the [PHPTAL site](http://phptal.org/introduction.html) ## Install from git 1. Go to your ownCloud apps dir and clone the repo there:
cd owncloud/apps git clone git://github.com/tanghus/tal.git2. Go to the `lib`directory of the newly created `tal` folder and clone the [PHPTAL repo](https://github.com/pornel/PHPTAL):
cd tal/lib git clone git://github.com/pornel/PHPTAL.git3. From your browser go to the ownCloud apps page (`/settings/apps.php`) and enable the "TAL Page Templates for ownCloud" app. 4. Go to the Personal page (`/settings/personal.php`) and check if the installation has succeeded. You will find a section with a link to the manual.