This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/resources/views/yuuno/info/welcome.twig

10 lines
369 B
Twig

{% extends 'info/master.twig' %}
{% set title = 'Welcome!' %}
{% block info %}
<h1>Welcome to {{ config('general.name') }}!</h1>
<p>Hey, thank you for registering!</p>
<p>Be sure to familiarise your with the <a href="{{ route('info.rules') }}">rules</a> and to <a href="{{ route('forums.index') }}">introduce</a> yourself on the forum!</p>
{% endblock %}