2018-07-21 13:07:47 +00:00
|
|
|
% rebase('template/wrapper.tpl')
|
|
|
|
|
|
|
|
<%
|
|
|
|
import markdown as md
|
|
|
|
|
|
|
|
html = md.markdown(markdown)
|
|
|
|
%>
|
|
|
|
|
2018-07-22 11:47:56 +00:00
|
|
|
<form action="/city/mail/submit/<% print(city) %>" method="post">
|
2018-07-21 13:07:47 +00:00
|
|
|
<input type="text" name="mailaddress" placeholder="E-Mail address" id="mailaddress">
|
|
|
|
<input name='confirm' value='Subscribe to E-Mail notifications' type='submit'/>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
|
|
{{!html}}
|