Skip to content
Snippets Groups Projects
Select Git revision
  • 917898a0b87aab718cb42d8bcddca74fa5c71eed
  • master default protected
  • renovate/django-5.x
  • renovate/flake8-7.x
  • renovate/pytest-8.x
  • renovate/pytest-cov-6.x
  • renovate/pytest-runner-6.x
  • renovate/pytest-django-4.x
  • renovate/graphene-django-3.x
  • renovate/mock-5.x
  • renovate/black-25.x
  • renovate/pytest-django-3.x
  • renovate/pytest-cov-2.x
  • renovate/graphene-3.x
  • renovate/flake8-3.x
  • renovate/django-3.x
  • renovate/pytest-4.x
  • 0.9.2
18 results

README.md

Blame
  • overview.html 239 B
    {% extends "base.html" %}
    
    {% block main %}
        <div class="my-4">
                <div class="section">
                    <div class="content container">
                      Foo
                    </div>
                </div>
        </div>
    {% endblock %}