~joaopinto/apt-portal/pre-modules

« back to all changes in this revision

Viewing changes to applications/playdeb/views/contact.html

  • Committer: Joao Pinto
  • Date: 2009-06-13 22:45:41 UTC
  • Revision ID: joao.pinto@getdeb.net-20090613224541-g1fpmbb9e9jg5u10
Initial commit for the cherrypy version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<%inherit file="base.html"/>
 
2
<%def name="title()">
 
3
${_("Welcome")}
 
4
</%def>
 
5
<%def name="body()">
 
6
<br><br>
 
7
Playdeb is a gaming repository for Ubuntu - aimed to provide titles already available on getdeb.net in an easier to install and update format.
 
8
</%def>
 
9