PollVerlaine/views/poll.php

6 lines
96 B
PHP

<h1 class="poll"><?= $poll->title ?></h1>
<main>
<pre>
<?= var_dump($poll) ?>
</pre>
</main>