manbytesgnu_site

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

category.html (200B)


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