This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new branch:
// 1
"I'm {0}. I'm {1}.".format("leornado", 30);
// 2
"I'm {name}. I'm {age}.".format({name:"leornado", age:30});
// result: "I'm leornado. I'm 30."