better header/footer template, add syntax highlighting
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<strong>
|
||||
commit: {{commit.full_hash}}<br/>
|
||||
author: {{commit.author.name}}<br/>
|
||||
@@ -25,3 +28,4 @@
|
||||
</pre>
|
||||
{% endfor -%}
|
||||
{% endfor -%}
|
||||
{% endblock content %}
|
||||
|
||||
Reference in New Issue
Block a user