Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.twig « templates « ExamplePlugin « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c322e32785c692b3ec289926b533b44220ca1528 (plain)
1
2
3
4
5
6
7
8
{% extends 'dashboard.twig' %}

{% block content %}
    <strong>Hello world!</strong>
    <br/>

    The answer to life is {{ answerToLife }}
{% endblock %}