Add basic 'about' page with some package versions
This commit is contained in:
parent
b2d7e14ef7
commit
ee6d3195c5
2 changed files with 68 additions and 18 deletions
10
tailbone/templates/about.mako
Normal file
10
tailbone/templates/about.mako
Normal file
|
@ -0,0 +1,10 @@
|
|||
## -*- coding: utf-8 -*-
|
||||
<%inherit file="/base.mako" />
|
||||
|
||||
<%def name="title()">About ${project_title}</%def>
|
||||
|
||||
<h2>${project_title} ${project_version}</h2>
|
||||
|
||||
% for name, version in packages.iteritems():
|
||||
<h3>${name} ${version}</h3>
|
||||
% endfor
|
Loading…
Add table
Add a link
Reference in a new issue