snorklerjoe/CubeServer

View on GitHub
src/CubeServer-app/cubeserver_app/blueprints/home/templates/home.html.jinja2

Summary

Maintainability
Test Coverage
{% extends "base.html.jinja2" %}
{% block title %}Home{% endblock %}

{% block header %}
    <h4 class="text-light glow">{{ config['CONSTANTS'].LONG_TITLE }}</h4>
{% endblock %}

{% block content %}
    <p>
        {{ config['CONFIGURABLE'].home_description }}
    </p>
{% endblock %}