---
### ALL PAGES ###
layout: core/root
### THEME CONFIG ###
theme:
# html:
# class: ""
head:
content: |
body:
class: "d-flex flex-column min-vh-100"
# main:
# class: "flex-fill"
---
{% if site.posts.size > 0 %}
{% for post in site.posts limit: 5 %}
{% if forloop.first %}
LATEST
{% else %}
{% uj_icon "bolt" %}
{% endif %}
{{ post.post.title }}
{% endfor %}
{% for post in site.posts limit: 5 %}
{% if forloop.first %}
LATEST
{% else %}
{% uj_icon "bolt" %}
{% endif %}
{{ post.post.title }}
{% endfor %}
{% endif %}
{% unless page.resolved.theme.nav.enabled == false %}
{%- include /frontend/sections/nav.html -%}
{% endunless %}
{{ content | uj_content_format }}
{% unless page.resolved.theme.footer.enabled == false %}
{%- include /frontend/sections/footer.html -%}
{% endunless %}