Files @ 8d9cae60a40d
Branch filter:

Location: CSY/sefm2020/themes/bootstrap/templates/page.html

Benjamin Lion
Papers for the SEFM conference; hidden html page with links to papers.
1
2
3
4
5
6
7
8
{% extends "base.html" %}
{% block indextitle %}{% endblock %}
{% block content %}
	<div class='page'>
		<div class="page-header"><h1>{{ page.title }}</h1></div>
		<div>{{ page.content }}</div>
	</div>
{% endblock %}