Alexander PapaTutuWawa
78b4a745bd
If a post needs to render math equations, it only has to include the mathjax.json params.
20 lines
518 B
HTML
20 lines
518 B
HTML
<div class="horizontal-center">
|
|
<div class="post">
|
|
<article>
|
|
<h1>{{ title }}</h1>
|
|
|
|
<p>// Posted {{ date }}</p>
|
|
|
|
{{ mathjax_warning }}
|
|
|
|
{{ content }}
|
|
|
|
<br />
|
|
|
|
If you have any questions or comments, then feel free to send me an email
|
|
(Preferably with <a href="{{ email_gpg_url }}">GPG encryption</a> to
|
|
{{ email_user }} [weird "a" with a circle] {{ email_domain }}.
|
|
</article>
|
|
</div>
|
|
</div>
|