Skip to content

Instantly share code, notes, and snippets.

@droptable-ru
Created July 20, 2015 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save droptable-ru/b80cbdefd947821477dd to your computer and use it in GitHub Desktop.
Save droptable-ru/b80cbdefd947821477dd to your computer and use it in GitHub Desktop.
<!DOCTYPE html><html lang="<?php echo e(config(" app.locale"));="" ?="">"><head><meta charset=utf-8><meta name=viewport content="width=device-width, initial-scale=1"><title><?php echo e(isset($title) ? $title : 'Blog'); ?></title><link href="<?php echo e(asset(" images="" favicon.png"));="" ?="">" rel="shortcut icon" type="image/x-icon" /><link rel=stylesheet href="<?php echo e(asset('build/css/app.css')); ?>"><script src="<?php echo e(asset(" build="" js="" app.js'));="" ?="">' type='text/javascript'></script></head><body><div class="container block"><?php echo $__env->yieldContent('content'); ?></div></body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment