You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.1 KiB
39 lines
1.1 KiB
{% block head %}
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<header class="text-center nav navbar">
|
|
<section class="centered page-top navbar-section">
|
|
<h1 class="blog-title">Null Quantification</h1>
|
|
</section>
|
|
</header>
|
|
{% endblock %}
|
|
|
|
<html>
|
|
<body>
|
|
{% block content %}
|
|
|
|
<posts>
|
|
<post></post>
|
|
</posts>
|
|
|
|
{% endblock %}
|
|
|
|
<footer class="footer">
|
|
</footer>
|
|
|
|
{% block styles %}
|
|
|
|
<link rel="stylesheet" href="/styles/spectre.min.css">
|
|
<link rel="stylesheet" href="/styles/blog.min.css">
|
|
|
|
{% endblock %}
|
|
|
|
{% block scripts %}
|
|
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/fetch/1.0.0/fetch.min.js"></script>
|
|
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/ramda/0.22.1/ramda.min.js"></script>
|
|
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/riot/2.4.1/riot+compiler.min.js"></script>
|
|
<script type="text/javascript" src="/scripts/tags.js"></script>
|
|
<script type="text/javascript" src="/scripts/blog.js"></script>
|
|
{% endblock %}
|
|
|
|
</body>
|
|
</html>
|
|
|