mirror of
https://github.com/kennethreitz-archive/untar.it.git
synced 2026-06-20 07:10:56 +00:00
9 lines
200 B
Mako
9 lines
200 B
Mako
<%inherit file="base.mako" />
|
|
<%block name="title">How to untar a .${route.context['filetype']} file</%block>
|
|
|
|
<h1>${route.context['filetype']}</h1>
|
|
|
|
<p>
|
|
Filetype-specific content goes here.
|
|
</p>
|