forked from starnakin/ca42
support multiple date
This commit is contained in:
@ -6,7 +6,9 @@
|
||||
</head>
|
||||
<body>
|
||||
<h1>Ca42</h1>
|
||||
<h1>{{date}}</h1>
|
||||
{% for date in dates %}
|
||||
<h1>{{date}}</h1>
|
||||
{% endfor %}
|
||||
<form action="/api/update" method="post">
|
||||
<button name="foo" value="upvote">Upvote</button>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user