## mako <%! from django.utils.translation import ugettext as _ %> <%namespace name='static' file='/static_content.html'/> <%inherit file="/main.html" /> <%block name="title">${_('About')} <%block name="js_extra">
## About Section ##

${_('About')}

Your about text goes here!

 


## Careers Section ##

${_('Careers')}

Your job postings go here!

 


## Contact Section ##

${_('Contact Us')}

Your contact information goes here!