Revamping-Health-Insurance-Using-Quantum-Cryptography-Based-Blockchain
/
templates
/
data.html
data.html
Raw
{% for key,value in form_data.items() %}
<
h2
>
{{key}}
<
/
h2
>
<
p
>
{{value}}
<
/
p
>
{% endfor %}