7 lines
248 B
PHP
7 lines
248 B
PHP
<?php
|
|
$title = "A Review of La La Land";
|
|
$description = "After having watched the film (yes, some eight years after being released) I've found it enticing and thought it has a lot to teach us.";
|
|
$created = "2024-02-06";
|
|
$updated = "2024-02-06";
|
|
?>
|