{% extends "layouts/app.twig" %} {% block title %}{{ __('Documentation') }}{% endblock %} {% block content %}

{{ __('Documentation') }}

{{ documentation_intro|default('Replace this section with a brief introduction about your documentation.') }}

Getting Started

{{ getting_started_text|default('Provide users with the basics to get started with your TLD registry management system here.') }}

Registration Process

{{ registration_process_text|default('Describe the process for domain registration in detail here.') }}

{% include 'partials/footer.twig' %}
{% endblock %}