zulip/templates/zerver/for-mystery-hunt.html

36 lines
817 B
HTML
Raw Normal View History

2017-11-18 03:40:30 +01:00
{% extends "zerver/portico.html" %}
{% block title %}
<title>Zephyr reloaded</title>
{% endblock %}
{% block customhead %}
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{{ render_bundle('landing-page') }}
{% endblock %}
{% block portico_content %}
{% include 'zerver/landing_nav.html' %}
<div class="portico-landing why-page">
2017-11-29 20:38:41 +01:00
<div class="hero bg-pycon mit">
<div class="bg-dimmer"></div>
<div class="content">
<h1 class="center">The best chat for mystery hunt</h1>
<p></p>
</div>
2017-11-18 03:40:30 +01:00
</div>
2017-11-29 20:38:41 +01:00
2017-11-18 03:40:30 +01:00
<div class="main">
<div class="padded-content">
<div class="inner-content">
{{ render_markdown_path('zerver/for/mystery-hunt.md') }}
</div>
</div>
</div>
</div>
{% endblock %}