一頁腳
<!DOCTYPE html>
<html>
<head>
{{content_for_header}}
</head>
<body>
{{content_for_layout}}
</body>
<style>
footer {
display: none;
}
</style>
</html>
法二如圖片
<!DOCTYPE html>
<html>
<head>
{{content_for_header}}
</head>
<body>
{{content_for_layout}}
</body>
<style>
footer {
display: none;
}
</style>
</html>
法二如圖片