Skip to content

Instantly share code, notes, and snippets.

@maki-t2nd
Last active February 25, 2019 01:43
Show Gist options
  • Save maki-t2nd/c4d6e3713710972c250f66e426355621 to your computer and use it in GitHub Desktop.
Save maki-t2nd/c4d6e3713710972c250f66e426355621 to your computer and use it in GitHub Desktop.
extendsうまくいかなかったとき
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>test</title>
</head>
<body>
@include("/inc_hoge.html")
@include("/inc_fuga.html")
</body>
</html>
@extends("/ex_test1.html")
@extends("/ex_test2.html")
@section(text)
fugafuga
@endsection
@section(text)
hoge2
@endsection
@section(text)
fuga2
@endsection
<body>
hoge2
hoge2
</body>
<body>
hoge2
fugafuga
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment