Introduction to the Marko Language and API Reference
摘要
In this chapter, we will explore through simple examples the various features of the Marko language. While Marko JS contains the .marko template files, you can still throw in HTML to render it. Marko template files are just an extension of HTML files—in that, they let you build dynamic and reactive user interfaces by augmenting HTML, so that you are able to do it declaratively.