mirror of
https://github.com/tencentmusic/cube-studio.git
synced 2024-11-21 01:16:33 +08:00
9 lines
236 B
HTML
9 lines
236 B
HTML
{% extends "appbuilder/base.html" %}
|
|
{% block content %}
|
|
<div class="jumbotron">
|
|
<div class="container">
|
|
<h1>{{_("My App on F.A.B.")}}</h1>
|
|
<p>{{_("My first app using F.A.B, bla, bla, bla")}}</p>
|
|
</div>
|
|
</div>
|
|
{% endblock %} |