Initial Public Release

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2021-12-24 11:00:43 +01:00
commit 6c25961683
112 changed files with 14174 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{% capture content %}
<p class="content {% if include.align %}{{ include.align }}{% endif %}">
{{ include.content }}
</p>
{% endcapture %}
{% include blocks/_base.liquid type=paragraph content=content %}