taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

architecture.html.j2 (397B)


      1 {% extends "common/base.j2" %}
      2 {% block subtitle %}{{ _("System Architecture")}}{% endblock subtitle %}
      3 {% block body_content %}
      4 
      5 <div class="jumbotron">
      6   <div class="container text-center">
      7     <h1>{{ _("Taler System Architecture") }}</h1>
      8   </div>
      9 </div>
     10 
     11 <div class="container">
     12   <img width="100%" src="{{ svg_localized('images/taler-arch-full') }}"></img>
     13 </div>
     14 {% endblock body_content %}