mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-12-02 22:44:09 +03:00
5 lines
127 B
HTML
5 lines
127 B
HTML
{% raw %}{% extends "base.html" %}
|
|
|
|
{% block title %}django-avatar{% endblock %}
|
|
{% block content %}{% endblock %}
|
|
{% endraw %} |