Files
lms/community/www/profiles/profile.html
2021-04-12 18:05:43 +05:30

11 lines
289 B
HTML

{% extends "templates/web.html" %}
{% from "www/macros/profile.html" import profile %}
{% block page_content %}
<section>
<div>
{{ profile(member.photo, member.full_name, abbr, "large")}}
</div>
</section>
{% endblock %}
<!-- this is a sample default web page template -->