> Right, you don't need a body tag in the view either. In layout.html, there
> should be an {{include}} -- that gets replaced with the entire contents
> of the view that extends the layout.Cool. But is there way to configure the <body> tag of a specific view page that extends the 'layout.html'? For example, for my custom view, I want its body tag to be like: <body class="my_css_class"> Is it possible to configure such thing? Thanks!

