{% import "widgets.html" as widgets %}
{% if section %}{% set lang = section.lang %}{% elif page %}{% set lang = page.lang %}{% else %}{% set lang = false %}{% endif %}
{{ config.extra.title }}
{% set header = get_page(path="_common/header.md") %}
{{ header.content | markdown | safe }}
{{ widgets::menu(content="_common/menu.md") }}
{% block main %}
{#{% set home = get_section(path="_index.md").content %}#}
{% set home = load_data(url="https://raw.githubusercontent.com/KaneRoot/dnsmanager/master/readme.markdown") %}
{{ home | markdown | safe }}
{% endblock %}