This repository has been archived on 2021-12-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
D3/D3-Visualiser/app/templates/test.html
2021-12-10 12:06:50 +01:00

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;