Advertisement
Guest User

problem_detail.html

a guest
Feb 24th, 2022
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.22 KB | None | 0 0
  1. {% extends "base_generic.html" %}
  2.  
  3. {% block content %}
  4.   <h1>Source: {{ problem.source }}</h1>
  5.  
  6.   <p><strong>Topic:</strong> problem.topic </p>
  7.   <p><strong>Problem:</strong> problem.problem_text </p>
  8.  
  9. {% endblock %}
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement