Primer upload, esta en un estado bastante decente la pagina <3
This commit is contained in:
16
www/templates/now/now.html
Normal file
16
www/templates/now/now.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}now{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<article class="now">
|
||||
{{ now['html']|safe }}
|
||||
</article>
|
||||
|
||||
{% if g.user %}
|
||||
<div class="row">
|
||||
<a href="{{ url_for('now.update') }}" class="button button-primary">update</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user