This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Увійти
fgm
/
meteor__microscope
Слідкувати
1
Зірка
0
Відгалуження
0
Файли
Запити на злиття
0
Дерево:
3bf737c58a
Гілки
Теги
ch10-comments
ch10.5-denormalization
ch11-notifications
ch11.5-advanced_reactivity
ch12-pagination
ch13-voting
ch14-animations
ch5-5-session
ch5-routing
ch6-users
ch7-posting
ch7.5-latency_compensation
ch8-editing
ch9-errors
ch9.5-packages
fibo-rest-server
master
meteor__microsc...
/
client
/
templates
/
posts
/
post_page.html
post_page.html
98 B
Історія
Запис
1
2
3
4
5
<
template
name
=
"postPage"
>
<
div
class
=
"post-page page"
>
{{> postItem}}
</
div
>
</
template
>