{% extends "base.html" %} {% set active_page = "profile" %} {% block title %} Profile {% endblock %} {% block script %} $(function(){ $('#qrcode').qrcode({ text: 'https://opwngrid.xyz/search/{{ fingerprint }}', render: 'div', mode: 0, size: 400, fontname: 'sans', fontcolor: '#000' }); }); {% endblock %} {% block content %}

{{ name }}

{{ fingerprint }}


{{ data }}
{% endblock %}