Files
blessfrey-bottle/src/views/index.tpl
T

27 lines
1.2 KiB
Smarty
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
% rebase('frame.tpl')
% import random
<div class="social">
<a href="https://twitter.com/lilchimchooree"><img class="img-social-ribbon" src="static/img/ele/twitter-ribbon.png" alt="link to developer's Twitter" rel="nofollow"></a>
</div>
<div class="bg"> </div>
<div class="footer-row"> </div>
<div class="tweets">
<a class="twitter-timeline" data-width="400" data-height="200" data-theme="dark" rel="nofollow" href="https://twitter.com/lilchimchooree?ref_src=twsrc%5Etfw">Tweets by lilchimchooree</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class="news">
<center>. •  . <strong>news</strong> ☆  .. . <br></center>
<br>
<ul>
% for n in news:
% bullet = random.choice(['.','•','☆','★'])
<li>{{bullet}}&#9;<a href={{n[0]}} rel="nofollow">{{!n[1]}}</a><br></li>
% end
</ul>
<br>
<center>.  ★      ..      •     .  ☆</center>
</div>