This repository has been archived on 2021-12-10. You can view files and clone it, but cannot push or open issues or pull requests.

12 lines
360 B
HTML

{% extends "layout.html" %}
{% block body %}
<div class="block1">
<h1>Hello { {name}}!</h1>
<h2>Here is an interesting quote for you:</h2>
"The limits of my language are the limits of my mind. All I know is what I have words for."
<img src="http://www.naturalprogramming.com/images/smilingpython.gif">
</div>
&#123;% endblock %&#125;