seria/templates/history.twig

9 lines
269 B
Twig

{% extends 'master.twig' %}
{% set title = 'Transfer History' %}
{% block content %}
Transfer history should be listed here!<br>
string({{ history_user_info.name|length }}) "{{ history_user_info.name }}" &lt;-- this is fake var_dump output lol
{% endblock %}