{% extends "repo/base.html" %}{% block about_nav_class %}active{% endblock %}{% block content %}{% if let Some(readme) = readme %}<pre>{{ readme }}</pre>{% else %}No README in repository HEAD.{% endif %}{% endblock %}
{% extends "repo/base.html" %}{% block about_nav_class %}active{% endblock %}{% block content %}{% if let Some(readme) = readme %}<pre>{{ readme }}</pre>{% else %}No README in repository HEAD.{% endif %}{% endblock %}