This repository has been archived on 2023-12-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ae75/www/backup/template/item-actualite.html
2020-11-02 15:46:52 +01:00

41 lines
842 B
HTML

<li class="actu-list">
<a href="#" class="trigger no-ajax post-header">
<h5 class="post-header__date">#CHAPO</h5>
<h3 class="post-header__title">#TITRE</h3>
<h5 class="post-header__intro">#POSTSCRIPTUM</h5>
<i class="fa fa-plus" aria-hidden="true"></i>
</a>
<div class="collapse" aria-expanded="false">
<div class="post-list__content post">
<div class="container-post post__content loaded">
<THELIA_IMAGE type="IMAGE" num="1" dossier="#ID">
<div class="post-hero-img">
<img src="#IMAGE" />
</div>
</THELIA_IMAGE>
<div class="post-body wysiwyg">
#DESCRIPTION
</div>
</div>
</div>
</div>
</li>