Gitiles
Code Review
Sign In
gerrit.nordix.org
/
nolabs
/
website
/
refs/heads/master
/
.
/
app
/
templates
/
content.html
blob: 10067a3f00ea10c7965b50ff423b949c428d11e8 [
file
] [
log
] [
blame
]
{% extends "base.html" %}
{% block app_content %}
<div
class
=
"jumbotron"
>
{{ text|markdown }}
</div>
<div
class
=
"jumbotron"
style
=
"
background
:
white
"
>
</div>
{% endblock %}