5 lines
84 B
HTML
5 lines
84 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block body %}
|
|
<h1>{{ repo_name }}</h1>
|
|
{% endblock %}
|