mirror of
https://github.com/ae-utbm/sith.git
synced 2026-04-05 18:29:45 +00:00
Begin SAS
This commit is contained in:
16
sas/templates/sas/picture.jinja
Normal file
16
sas/templates/sas/picture.jinja
Normal file
@@ -0,0 +1,16 @@
|
||||
{% extends "core/base.jinja" %}
|
||||
|
||||
{% block title %}
|
||||
{% trans %}SAS{% endtrans %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h3>{{ picture.get_display_name() }}</h3>
|
||||
<div style="float: right">
|
||||
PREV / NEXT
|
||||
</div>
|
||||
<div>
|
||||
<img src="{{ picture.get_download_url() }}" alt="{{ picture.get_display_name() }}" style="width: 90%"/>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user