archive
/
md-pdf
Archived
1
Fork 0
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

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="{{ static_dir }}/style.css" />
</head>
<body class="footer">
<table>
<tr>
<td></td>
<td>
Page <span class="page"></span> of <span class="topage"></span>
</td>
<td>
{% if word_count %}
Total Words: {{ word_count }}
{% endif %}
</td>
</tr>
</table>
<script type="text/javascript" src="{{ internal_static_dir }}/context.js"></script>
</body>
</html>