This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
md-pdf/md_pdf/assets/templates/footer-template.html

23 lines
524 B
HTML
Raw Normal View History

2017-05-17 17:52:57 +01:00
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="{{ static_dir }}/style.css" />
2017-05-17 17:52:57 +01:00
</head>
<body class="footer">
<table>
<tr>
2017-05-25 20:07:38 +01:00
<td></td>
2017-05-17 17:52:57 +01:00
<td>
Page <span class="page"></span> of <span class="topage"></span>
</td>
2017-05-25 20:07:38 +01:00
<td>
{% if word_count %}
Total Words: {{ word_count }}
{% endif %}
2017-05-25 20:07:38 +01:00
</td>
2017-05-17 17:52:57 +01:00
</tr>
</table>
<script type="text/javascript" src="{{ internal_static_dir }}/context.js"></script>
2017-05-17 17:52:57 +01:00
</body>
</html>