{% extends "layout.html" %} {% set active_page = "Welcome" %} {% block content %}
Welcome to EME!

This is an example web app based on vue.js, bootstrap and bootstrap-vue.

{% endblock %} {% block scripts %} {% if js_transpiled %} {% else %} {% endif %} {% endblock %}