Mercurial > repos > public > wdown
view test.tmpl @ 15:ebecd141e9d3
Fix crash when there is no YAML
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 25 Jun 2020 21:16:19 +0200 |
parents | 4bcdc24edbe3 |
children | dbc7d00fcb7d |
line wrap: on
line source
<html> <head> <title>{{title}}</title> <meta charset="UTF-8"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light.min.css"> <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3.0.1/es5/tex-mml-chtml.js"></script> <script src="abcjs_plugin_5.10.3-min.js" type="text/javascript"></script> <style> .abctext {display: none;} </style> </head> <body> {{{content}}} </body> </html>