{#! # Freelancer for Pico v2.0.7 (https://github.com/mayamcdougall/freelancer-pico) # Ported by Maya McDougall (https://github.com/mayamcdougall) # Based on upstream Freelancer v7.0.4 by Start Bootstrap (https://startbootstrap.com/theme/freelancer) # Licensed under MIT (https://github.com/mayamcdougall/freelancer-pico/blob/main/LICENSE) #} {% from "includes/markdown_by_paragraph.twig" import markdown_by_paragraph %} {% from "includes/actions.twig" import actions %}

{{ index.about.title ? index.about.title : "About" }}

{{ markdown_by_paragraph(index.about.content ? index.about.content : config.theme_config.demo.about.content, "about") }}
{{ actions(index.about.actions ? index.about.actions : not index.about.content ? config.theme_config.demo.about.actions, "about") }}