{% extends "base.html" %} {% block title %}Components - {{ config.title }}{% endblock %} {% block content %}

Components

Oat is an ultra-lightweight HTML + CSS + minimal JS, semantic UI component library with zero dependencies. No framework or build or dev dependencies of any kind. Just include the tiny CSS and JS bundles.

Semantic tags and attributes are styled contextually out of the box without classes, thereby forcing best practices. A few dynamic components are WebComponents.


{% for page in section.pages %}

# {{ page.title }}

{{ page.content | safe }} Link
{% endfor %} {% endblock %}