| 127行目: | 127行目: | ||
echo $twig->render('template.twig', [ | echo $twig->render('template.twig', [ | ||
'title' => 'Webサイトのタイトル', | 'title' => 'Webサイトのタイトル', | ||
'content' => ' | 'content' => 'ここに本文を入力する' | ||
]); | ]); | ||
</syntaxhighlight> | </syntaxhighlight> | ||