rogueojiiofwales/templates/graph_repo.html

6 lines
189 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 %}