{% set title = problem.title %} {% set subtitle = '提交' %} {% set tab_links = { '题目': '/problem/' + problem.id, '提交!': '/problem/' + problem.id + '/submit', '提交记录': '/problem/' + problem.id + '/submission', } %} {% extends "layout.html" %} {% block container %}