{% extends '_page.html.twig' %} {% block content %} {% for quiz in quizzes %} 問題 #{{ quiz.quiz_id }}: {{ quiz.title }} {% endfor %} {% endblock %}