Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

index.html

Blame
  • index.html 135 B
    {% extends 'base.html' %}
    
    {% block content %}
        <div class="content">
            <h2>Index of posts.html</h2>
        </div>
    {% endblock %}