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

</div>

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