mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-22 08:22:40 +00:00
16 lines
284 B
HTML
16 lines
284 B
HTML
{% extends "base.html" %}
|
|
{% block title %}Search results{% endblock %}
|
|
{% block description %}{% endblock %}
|
|
|
|
{% block content %}
|
|
<div class="uk-width-4-5@m">
|
|
<h1 class="uk-heading-primary">Search results</h1>
|
|
|
|
<div id="tipue_search_content"></div>
|
|
|
|
</div>
|
|
{% endblock %}
|
|
|
|
|
|
|