Last active
July 17, 2020 17:45
-
-
Save f3l1x/63328089c322b52bfbf7cff9860d00e7 to your computer and use it in GitHub Desktop.
LESSIK - snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello from Latte! | |
Today is {time()|date:'d.m.Y'} and {date('H:i:s')}. | |
{var $members = ['dg', 'milo', 'f3l1x', 'chemix']} | |
{foreach $members as $member} | |
#{$iterator->counter} {$member}{sep},{/sep} | |
{/} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment