diff --git a/templates/profile.html b/templates/profile.html index 3541b844..e2b1aa31 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -79,6 +79,11 @@ {% include "minis/ow.html" %} {% endwith %} {% endif %} + {% if terraria13 %} + {% with record = terraria13 %} + {% include "minis/terraria13.html" %} + {% endwith %} + {% endif %}