328:b0a5ebd86bba
Anton Shestakov <av6@dwimlabs.net>, Tue, 28 Nov 2017 12:14:49 +0800
Makefile: add a prologue with useful flags and options

previous change 240:3c02c1240134

templates/index.html

Permissions: -rw-r--r--

Other formats: Feeds:
{% extends "base.html" %}
{% block title %}Recently checked projects{% end %}
{% block content %}
<div class="uk-container uk-container-center uk-margin-large-top">
<h2>Recently checked projects</h2>
<table class="uk-table uk-table-middle uk-text-nowrap">
{% module Template('ui/checks.html', checks=checks) %}
</table>
</div>
{% end %}