linx-server/templates/display/pdf.html
2019-01-14 14:55:27 -08:00

10 lines
362 B
HTML

{% extends "base.html" %}
{% block main %}
<object class="display-pdf" data="{{ sitepath }}{{ selifpath }}{{ filename }}" type="application/pdf">
<p>It appears your Web browser is not configured to display PDF files.
No worries, just <a href="{{ sitepath }}{{ selifpath }}{{ filename }}">click here to download the PDF file.</a></p>
</object>
{% endblock %}