aboutsummaryrefslogtreecommitdiff
path: root/pyenc/templates/index.html
blob: c10449bcae35aaa1bf8a424109b36508b66f6185 (plain)
1
2
3
4
5
6
{% extends "base.html" %}
{% block content %}
<h1>Puppet Classifier</h1>
<p>Something might show up here if you click the sidebar...</p>
{% endblock %}
{# ft:jinja #}