summaryrefslogtreecommitdiff
path: root/template/architecture.html.j2
blob: 2710768389b163bdf23b6fed47b8d2c995fca9c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{% extends "common/base.j2" %}
{% block body_content %}

<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 %}