infinitory/templates/home.html
2017-09-11 18:04:21 -07:00

10 lines
352 B
HTML

{% extends "layout.html" %}
{% block title %}Puppet SRE Infrastructure{% endblock %}
{% block body %}
<h1>Puppet SRE Infrastructure</h1>
<ul>
<li><a href="nodes/index.html">Node inventory</a></li>
<li><a href="roles/index.html">Role inventory</a></li>
<li><a href="services/index.html">Service inventory</a></li>
</ul>
{% endblock %}