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