10 lines
No EOL
214 B
Text
10 lines
No EOL
214 B
Text
---
|
|
layout: skeleton.njk
|
|
---
|
|
<main>
|
|
<p>You are seeing the documentation for: <a href="{{ projectData.url }}">{{ projectData.fileSlug }}</a></p>
|
|
<hr>
|
|
<div>
|
|
{{ content | safe }}
|
|
</div>
|
|
</main> |