extends layout

   
block content
   include header
   include script.js
   - var addPrefix = function(str) {
   -   $("#result").html("ddd");
   - }

   h1= title
   p Welcome to #{title}
   p #{name}
   #result(style='border:solid;width:200px;height:100px')
   input(type='button', value='call Ajax', id='btn')

