7 lines
165 B
Twig
Executable File
7 lines
165 B
Twig
Executable File
{% extends "keylighter.html.twig" %}
|
|
{% set showForm = true %}
|
|
{% set current = 'about' %}
|
|
|
|
{% block content %}
|
|
{{ document.content | markdown }}
|
|
{% endblock %} |