git @ Cat's Eye Technologies Dipple / master python / front-matter.html
master

Tree @master (Download .tar.gz)

front-matter.html @masterraw · history · blame

<html>
<!--
SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
For more information, please refer to <https://unlicense.org/>
SPDX-License-Identifier: Unlicense
-->
  <head>
    <title>{{ title }}</title>
  </head>
  <body>
  {{ body }}
  <hr>
  <p>copyright message</p>
  </body>
</html>