/
Alex_Ural
/
30-Days-Of-Python
Обзор
Документация
Войти
/
Alex_Ural
/
30-Days-Of-Python
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
python_for_web/templates/about.html
9 строк
289 B
Asabeneh
day 25 fixes
15 дек 2019, 15:34
15 дек 2019, 15:34
cb2e582
Код
Авторство
О чём код?
{% extends 'layout.html' %} {% block content %} <div class="container"> <h1>About {{name}}</h1> <p>This is a 30 days of python programming challenge. If you have been coding this far, you are awesome. Congratulations for the job well done!</p> </div> {% endblock %}