mwparserfromhell is used for parsing wikitext but it has no support for rendering to HTML so we'll have to build it manually.
6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
{{>header}}
|
|
<h2>{{page.title}}</h2>
|
|
<article>
|
|
{{text}}
|
|
</article>
|
|
{{>footer}} |