477d6727f4
Activated the full text search on the index pages as well as plugging in a tempalte to show location information. Still needs to be styled but it's all wired up. Also cleaned some typos in the About description. One day I'll be able to spell. One day.
14 lines
305 B
Twig
14 lines
305 B
Twig
{% extends "base/frame.twig" %}
|
|
{% block stylesheets %}
|
|
<link rel="stylesheet" type="text/css" href="/assets/css/front/start.css?=sdfsdf">
|
|
{% endblock %}
|
|
|
|
{% block main %}
|
|
<section role="location">
|
|
<h1>About
|
|
{{ options.location.name }}</h1>
|
|
|
|
This is a location
|
|
</section>
|
|
{% endblock %}
|