<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <title> &middot; Regione Toscana Design System</title>
    <link rel="stylesheet" href="../../fonts/fontawesome-pro/css/all.min.css">
    <link rel="stylesheet" href="../../css/font.css">
    <link rel="stylesheet" href="../../css/custom-properties.css">
    <link rel="stylesheet" href="../../css/main.css">
</head>

<body>
    <div class="rtds-background-secondary rtds-p-6">

    </div>
    <script src="../../js/componentsJs.js"></script>
</body>

</html>
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">

        <title>{{ _target.title }} &middot; {{ _config.project.title }}</title>
        <link rel="stylesheet" href="{{ '/fonts/fontawesome-pro/css/all.min.css' | path }}">
        <link rel="stylesheet" href="{{ '/css/font.css' | path }}">
        <link rel="stylesheet" href="{{ '/css/custom-properties.css' | path }}">
        <link rel="stylesheet" href="{{ '/css/main.css' | path }}">
    </head>

    <body>
        <div class="rtds-background-secondary rtds-p-6">
            {{ yield | safe }}
        </div>
        <script src="{{ '/js/componentsJs.js' | path }}"></script>
    </body>
</html>
/* No context defined. */

No notes defined.