{% extends "partial/layout.html.twig" %} {% block title %}{{ t("api_page_name", "API") }}{% endblock %} {% block description %}{{ t("api_meta_description", "Use our API to access your account upload files.") }}{% endblock %} {% block keywords %}{{ t("api_meta_keywords", "api, upload, download, file, hosting") }}{% endblock %} {% block body %} {{ t("api_page_name", "API") }} {% include '@corePath/partial/_api_documentation.html.twig' %} {% endblock %}