rogueojiiofwales/templates/graph_repo.html

8 lines
191 B
HTML
Raw Normal View History

2012-08-18 11:47:13 -07:00
{# 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 %}