manbytesgnu_site

Source files for manbytesgnu.org
git clone git://holbrook.no/manbytesgnu_site.git
Log | Files | Refs

tag.html (179B)


      1 {% extends "index.html" %}
      2 
      3 {% block title %}{{ SITENAME }} - {{ tag }} tag{% endblock %}
      4 
      5 {% block content_title %}
      6 <h1 class="top-body-title">Tag: {{ tag }}</h1>
      7 {% endblock %}