flask server to upload csv file and download markdown and pdf
This commit is contained in:
15
templates/return_result.html
Normal file
15
templates/return_result.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block pageHeader %} CSV to marp Markdown Converter {% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h2>Result</h2>
|
||||
|
||||
<!--<textarea rows="4" cols="50"> {{markdown_result}} </textarea>-->
|
||||
|
||||
<p>
|
||||
<!-- will call e.g. route /tagebuch/download/2021-02 -->
|
||||
<a class="btn btn-primary" href="{{url_for('download_file')}}">Download Markdown File</a>
|
||||
<a class="btn btn-primary" href="{{url_for('download_pdf_file')}}">Download PDF File</a>
|
||||
</p>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user