durandtibo/coola

View on GitHub
docs/overrides/main.html

Summary

Maintainability
Test Coverage
{% extends "base.html" %}

{% block outdated %}
  You're not viewing the latest version.
  <a href="{{ '../' ~ base_url }}">
    <strong>Click here to go to latest.</strong>
  </a>
{% endblock %}