This could be done with a layer plugin (or in your custom theme if you want). You'd need to override the initialize function and put this code in there:
if ($this->template === 'ask' && empty($this->content['form']['fields']['content']['value']))
$this->content['form']['fields']['content']['value'] = 'your template code';