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

</div>

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