Gitiles
Code Review
Sign In
gerrit.nordix.org
/
nolabs
/
website
/
c2a4601da93c48ad86b63d6520e74d9d83a4d95b
/
.
/
app
/
templates
/
content.html
blob: 20f9a5e7f373287f446a36429f4057052381b558 [
file
] [
log
] [
blame
]
{% extends "base.html" %}
{% block app_content %}
<div
class
=
"jumbotron"
>
{{ text|markdown }}
</div>
{% endblock %}