website/layouts/default.html (7 lines of code) (raw):

<!DOCTYPE html> <html lang="en"> <%= render '/header.*', {:docs => @docs, :community => @community, :releases => @releases} %> <%= @content %> <%= render '/footer.*' %> </body> </html>