| Current Path : /home/eolienneia/www/templates/yootheme/templates/ |
| Current File : /home/eolienneia/www/templates/yootheme/templates/article-search.php |
<?php
// The template for displaying articles on the search page.
?>
<article class="uk-article">
<?php if ($title) : ?>
<h2><?= $title ?></h2>
<?php endif ?>
<?= $content ?>
</article>