summaryrefslogtreecommitdiff
path: root/template/architecture.html.j2
blob: d9170b20b6e1f31078f0a223d9b6a911558e61aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{% extends "common/base.j2" %}
{% block body_content %}
<!-- Jumbotron -->
<div class="jumbotron">
  <div class="container text-center">
    <h1>{{ _("Taler System Architecture") }}</h1>
  </div>
</div>

<div class="container">
  <img width="100%" src="{{ svg_localized('images/taler-arch-full') }}"></img>
</div>
{% endblock body_content %}