16 lines
526 B
HTML
16 lines
526 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en-ZA">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width">
|
||
|
<title>Atlantic Athletic Club</title>
|
||
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}" />
|
||
|
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
|
||
|
</head>
|
||
|
{%- set ns.limit = limit -%}
|
||
|
{%- if ns.limit == 0 or ns.limit == PAGE_SIZE -%}
|
||
|
{%- set ns.limit = None -%}
|
||
|
{%- endif -%}
|
||
|
<body>
|
||
|
{% include 'tabs.html' with context %}
|