Skip to content

Instantly share code, notes, and snippets.

@duykhoa
Last active March 6, 2016 05:44
Show Gist options
  • Save duykhoa/bc01cf94b81a369301f0 to your computer and use it in GitHub Desktop.
Save duykhoa/bc01cf94b81a369301f0 to your computer and use it in GitHub Desktop.
! not a real code
k-nav(user="#{user}"
k-sidebar(menu_items= [ { "Posts", "/admin/posts" }, ... ]
main
k-posts(active="[[PostsActive]]")
k-post-data(url= "/api/posts", user="#{user}", data="{{postList}}", page="[[page]]")
k-post-list(post-list="[[postList]]", page="{{page}}")
k-new-post(active="[[NewPostActive]]")
k-editor(content="{{content}}")
title(title="{{title}}")
category(category="{{category}}")
short-content(short-content="{{shortContent}}"
k-publishing(post="[[postContruct(content, title, category, shortContent)]]")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment