11 lines
308 B
HTML
11 lines
308 B
HTML
{% extends "global/layout.html" %}
|
|
{% block title %}{{ _('How to Set up a Reseed Server') }}{% endblock %}
|
|
{% block lastupdated %}2021-12{% endblock %}
|
|
{% block content %}
|
|
|
|
<h2>{% trans %}General Information{% endtrans %}</h2>
|
|
|
|
<h2>{% trans %}Installation from Source Code{% endtrans %}</h2>
|
|
|
|
{% endblock %}
|