sitic
Version:
Generate static sites using Markdown and YAML. Straightforward, zero-complexity. Complete toolkit for landing pages, blogs, documentation, admin dashboards, and more.git remote add origin git@github.com:yuusoft-org/sitic.git
15 lines • 507 B
HTML
<rtgl-view g="m" w="f" mt="xl">
<rtgl-text s="h3">{{ sectionTitle }}</rtgl-text>
<rtgl-view g="l" w="f">
{% for item in items %}
<a href="{{ item.href }}" style="display: contents; color: inherit;">
<rtgl-view bgc="mu" bw="s" br="m" p="m" w="f" g="xs">
<rtgl-view d="h" g="m">
<rtgl-text s="h4">{{ item.label }}</rtgl-text>
</rtgl-view>
<rtgl-text>{{ item.description }}</rtgl-text>
</rtgl-view>
</a>
{% endfor %}
</rtgl-view>
</rtgl-view>