maintenance-as-architecture
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

tag.html
text/html

Download raw (151 bytes)

{% extends "index.html" %}
{% block body_class %}tag {{ tag.slug }}{%endblock%}
<script>
    window.tags.active_classes = ['{{ tag.slug }}'];
</script>