10 lines
305 B
Plaintext
10 lines
305 B
Plaintext
= render :partial => 'application/header', :locals => {:image_file => @banner_image || '403.jpg'}
|
|
%article
|
|
- if @template.present?
|
|
=render @template
|
|
- else
|
|
= row do
|
|
= columns do
|
|
%h2=_'error.403.title','Sorry, you currently don\'t have access to this page'
|
|
%p=_'error.403.description', :p
|