3 namespace Rapsys\BlogBundle\Controller
;
5 use Symfony\Bundle\FrameworkBundle\Controller\Controller
;
7 class PageController
extends Controller
{
11 public function indexAction() {
12 return $this->render('RapsysBlogBundle::index.html.twig');
18 public function aboutAction() {
19 return $this->render('RapsysBlogBundle::about.html.twig');
25 public function contactAction() {
26 return $this->render('RapsysBlogBundle::contact.html.twig');