Added main_entry templating structure
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
import React from "react"
|
||||
import Header from "../components/header"
|
||||
import MainEntry from "../components/main_entry"
|
||||
import Footer from "../components/footer"
|
||||
|
||||
export default () => (
|
||||
<div>
|
||||
<Header headline="The Urban Brothers" />
|
||||
<p></p>
|
||||
<MainEntry title="Intro" text="" />
|
||||
<MainEntry title="Ressources" text="" />
|
||||
<Footer />
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user