@(form: Form[_], tags: List[String], popular: List[lila.qa.Question], captcha: lila.common.Captcha)(implicit ctx: Context) @layout( title = "Ask a new question" , side = popularBox(popular).some) {

Ask a new question

Before asking a question, please make sure it hasn't been answered already!
Use the search engine on the left.
@questionForm(form, tags, captcha)

@trans.cancel()
}