<!DOCTYPE html> <html> <head> <title><%= yield(:title) %> | Halalan PH</title> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> </head> <body> <%= render '/layouts/navbar' %>
<%= yield %> </body>
<%= render '/layouts/footer' %>
</html>