patool/doc/web/templates/default.html

33 lines
1.1 KiB
HTML

{% extends "base.html" %}
{%- block content %}
<header>
<h1>{{site.app.name}}</h1>
<h2>{{site.app.name}} is a portable archive file manager</h2>
</header>
<section id="downloads" class="clearfix">
<a href="https://pypi.python.org/packages/source/p/{{site.app.name}}/{{site.app.name}}-{{site.app.version}}.tar.gz"
title="Source .tar.gz package"
id="download-tar-gz" class="button"><span>{{site.app.name}}-{{site.app.version}}.tar.gz</span></a>
<a href="https://pypi.python.org/packages/py2.py3/p/{{site.app.name}}/{{site.app.name}}-{{site.app.version}}-py2.py3-none-any.whl"
title="Wheel .whl package"
id="download-exe" class="button"><span>{{site.app.name}}-{{site.app.version}}.whl</span></a>
<a href="https://github.com/wummel/patool" id="view-on-github" class="button"><span>View on GitHub</span></a>
<!-- <p>
<a href="https://github.com/wummel/patool/blob/master/doc/changelog.txt">Changelog</a>
</p> -->
</section>
<hr>
<section id="main_content">
{{page.content}}
</section>
<footer>
{{site.app.name}} is written and maintained by <a href="https://github.com/wummel/">{{site.app.maintainer}}</a><br>
</footer>
{%- endblock %}