8 lines
234 B
HTML
8 lines
234 B
HTML
<h2> ${ problem['name'] } </h2>
|
|
${ problem['html'] }
|
|
<br>
|
|
<input type="hidden" name="problem_id" value="${ problem['name'] }">
|
|
% if check_button:
|
|
<input id="check_${ id }" type="button" value="${ check_button }" >
|
|
% endif
|