1
0
Fork 0
feedizer-php/htdocs/templates/flatpages/about.html

15 lines
398 B
HTML
Raw Normal View History

2015-11-13 23:51:46 +01:00
{{extends file="base.html"}}
{{block name=content}}
<div class='row'>
<div class='columns small-12'>
<h2>What is &quot;Feedizer&quot;?</h2>
<p>
Stuff needs to be written here…<br>
&quot;Coming soon&quot;&trade;
</p>
<p>Current version: {{$smarty.const.VERSION}}</p>
</div>
</div>
{{/block}}