DEBSOURCES
Skip Quicknav
sources / matomo / 5.8.0-1 / plugins / ExamplePlugin / templates / index.twig
12345678
{% extends 'dashboard.twig' %} {% block content %} <strong>Hello world!</strong> <br/> The answer to life is {{ answerToLife }} {% endblock %}