{% extends "bootstrap/base.html" %} {% block metas %} {% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %}Simple Bookstore App{% endblock %} {% block content %}

Hello! This is a simple bookstore application consisting of three services as shown below

{% autoescape false %} {{ serviceTable }} {% endautoescape %}

Click on one of the links below to auto generate a request to the backend as a real user or a tester

Normal user

Test user

{% endblock %}