{% extends 'sunshine/base_blank.html' %} {% load static %} {% comment %} # This code is a part of sunshine package: https://github.com/letuananh/sunshine # :copyright: (c) 2013-2021 Le Tuan Anh # :license: MIT, see LICENSE for more details. {% endcomment %} {% block body %}
{% if SUNSHINE_PUBLIC_WELCOME %} {{ SUNSHINE_PUBLIC_WELCOME| safe }} {% else %} ☀️ Sunshine server, version {{ version }}, is up and running 🚀 {% endif %}
{% endblock %}