button to redirect to marp server

This commit is contained in:
dechert
2021-06-18 15:50:40 +02:00
parent 152efedf7a
commit 34314fe90c
3 changed files with 13 additions and 0 deletions

View File

@@ -11,5 +11,6 @@
<!-- 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>
<a class="btn btn-primary" href="{{url_for('redirect_to_marp')}}">Go To Marp Server</a>
</p>
{% endblock %}