mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-11-01 07:17:47 +00:00
16 lines
287 B
HTML
16 lines
287 B
HTML
{% extends "base.html" %}
|
|
{% block title %}Search results{% endblock %}
|
|
{% block description %}{% endblock %}
|
|
|
|
{% block content %}
|
|
<div class="uk-width-medium-4-5">
|
|
<h1 class="uk-heading-large">Search results</h1>
|
|
|
|
<div id="tipue_search_content"></div>
|
|
|
|
</div>
|
|
{% endblock %}
|
|
|
|
|
|
|