mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-14 05:13:46 +02:00
12 lines
No EOL
197 B
PHP
12 lines
No EOL
197 B
PHP
<?php
|
|
|
|
use VLW\Helpers\Notes\Notes;
|
|
|
|
require_once VV::root("src/helpers/Notes.php");
|
|
|
|
$note = new Notes("blog");
|
|
|
|
?>
|
|
<?php foreach ($note->lex() as $line): ?>
|
|
<?= $line ?>
|
|
<?php endforeach; ?>
|