Website update. There is now a community section.
This commit is contained in:
parent
33bb6dec37
commit
2fb50e55d9
28 changed files with 1441 additions and 33 deletions
10
flask_website/templates/community/layout.html
Normal file
10
flask_website/templates/community/layout.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{% extends "layout.html" %}
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
<style type=text/css>
|
||||
h1 { background-image: url({{ url_for('.static', filename='community.png') }}); }
|
||||
</style>
|
||||
{% endblock %}
|
||||
{% block body_title %}
|
||||
<h1><span>Flask Community</span></h1>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue