mirror of
https://github.com/Asabeneh/30-Days-Of-Python.git
synced 2026-06-06 21:09:15 +08:00
9 lines
289 B
HTML
9 lines
289 B
HTML
{% 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 %} |