UNPKG

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

24 lines 985 B
<rtgl-view d="h" h="64"></rtgl-view> <rtgl-view pv="xl" mv="xl" mh="l" g="xl" ah="c"> <rtgl-text s="tl" c="on-su" at="c"> {{ feature.title }} </rtgl-text> <rtgl-view d="h" w="f" g="xl" av="c" mt="l"> <rtgl-view flex="2" mb="m" g="m" style="min-width: 320px;"> <rtgl-text s="bl" c="on-suv" mt="l"> {{ feature.description }} </rtgl-text> <ul> <rtgl-view > {%- for item in feature.items -%} <li> <rtgl-view> <rtgl-text s="bl" c="on-suv" mt="l"><b> {{ item.label }}:</b> {{ item.description }} </rtgl-text> </rtgl-view> </li> {%- endfor -%} </rtgl-view> </ul> </rtgl-view> <rtgl-view flex="3" style="min-width: 320px; overflow: hidden;" bc="o" bw="xs" br="s"> <rtgl-image src="{{ feature.picture }}" w="f" alt="{{ feature.imageAlt | default: feature.title }}"></rtgl-image> </rtgl-view> </rtgl-view> </rtgl-view> <rtgl-view d="h" h="64"></rtgl-view>