rogueojiiofwales/templates/graph_repo.html
2012-08-18 12:42:23 -07:00

7 lines
191 B
Django/Jinja

{# vim: set ft=htmldjango #}
{% extends "graph_base.html" %}
{% block graph %}
<h1 class="placeholder">PUT A GRAPH OF<br/>{{ username }}'s<br/>{{ repo }}
REPO<br/>HERE</h1>
{% endblock %}