1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-25 23:16:41 +07:00
vk-tg-bot/templates/post_new.md
2021-05-06 10:47:06 +07:00

21 lines
606 B
Markdown

---
image: true
buttons: [likes,links]
link_text: Пост полностью
links:
https://map.vault48.org/: Посмотреть карту
http://map.vault48.org/: Посмотреть карту
https://vk.com/album-: Альбом поката
http://vk.com/album-: Альбом поката
likes: ['😱','🤔','😃']
---
{{!--
use handlebars template here
available variables are: text, user, group
(see PostNewHandler)
--}}
{{text}}
{{#if user}}
-- [{{user.first_name}} {{user.last_name}}](https://vk.com/id{{user.id}})
{{/if}}