rails中的html中写ruby语法

rails中的html中写ruby语法

<div class="container">
    <h1><%=1+1%>about page</h1>
</div>