Add Reunions and Notifications views

This commit is contained in:
Timothée Goguely 2024-09-12 19:07:49 +02:00
parent 4e32368227
commit 3df97ca489
10 changed files with 163 additions and 7 deletions

View file

@ -0,0 +1,9 @@
<?php
$specificData = [
'title' => $page->title()->value(),
];
$data = array_merge($genericData, $specificData);
echo json_encode($data);

View file

@ -0,0 +1 @@
<?php snippet('generic-template') ?>

View file

@ -0,0 +1,9 @@
<?php
$specificData = [
'title' => $page->title()->value(),
];
$data = array_merge($genericData, $specificData);
echo json_encode($data);

View file

@ -0,0 +1 @@
<?php snippet('generic-template') ?>