inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

andr0id님의 게시글

andr0id andr0id

@tjdwntjdeo7840

수강평 작성수
-
평균평점
-

게시글 5

질문&답변

템플릿이 뜨지 않습니다.

11분전에 댓글 남기고 오류 찾았어요!! 강사님께서 말씀하신것처럼 수정했었더니 에러 안떴습니다. 감사합니다

좋아요수
0
댓글수
7
조회수
387

질문&답변

템플릿이 뜨지 않습니다.

블로그에서 F12를 눌러봤는데 아래의 사진의 오류가 뜹니다.

좋아요수
0
댓글수
7
조회수
387

질문&답변

템플릿이 뜨지 않습니다.

화면을 새로고침했을 때 cmder에 나타나는 것도 사진 첨부 하겠습니다.

좋아요수
0
댓글수
7
조회수
387

질문&답변

템플릿이 뜨지 않습니다.

html > {% load static %} lang ="ko" > charset ="UTF-8" > Blog name ="viewport" content ="width=device-width, initial-scale=1" > http-equiv ="X-UA-Compatible" content ="IE=edge" /> rel ="stylesheet" href ="{% static 'blog/bootstrap.css' %}" media ="screen" > rel ="stylesheet" href ="{% static 'blog/_assets/css/custom.min.css' %}" > class ="navbar navbar-expand-lg fixed-top navbar-light bg-light" > class ="container" > href ="../" class ="navbar-brand" > Lab. Elvis class ="navbar-toggler" type ="button" data-toggle ="collapse" data-target ="#navbarResponsive" aria-controls ="navbarResponsive" aria-expanded ="false" aria-label ="Toggle navigation" > class ="navbar-toggler-icon" > class ="collapse navbar-collapse" id ="navbarResponsive" > class ="navbar-nav" > class ="nav-item dropdown" > class ="nav-link dropdown-toggle" data-toggle ="dropdown" href ="#" id ="themes" > Themes class ="caret" > class ="dropdown-menu" aria-labelledby ="themes" > class ="dropdown-item" href ="../default/" > Default class ="dropdown-divider" > class ="dropdown-item" href ="../cerulean/" > Cerulean class ="dropdown-item" href ="../cosmo/" > Cosmo class ="dropdown-item" href ="../cyborg/" > Cyborg class ="dropdown-item" href ="../darkly/" > Darkly class ="dropdown-item" href ="../flatly/" > Flatly class ="dropdown-item" href ="../journal/" > Journal class ="dropdown-item" href ="../litera/" > Litera class ="dropdown-item" href ="../lumen/" > Lumen class ="dropdown-item" href ="../lux/" > Lux class ="dropdown-item" href ="../materia/" > Materia class ="dropdown-item" href ="../minty/" > Minty class ="dropdown-item" href ="../pulse/" > Pulse class ="dropdown-item" href ="../sandstone/" > Sandstone class ="dropdown-item" href ="../simplex/" > Simplex class ="dropdown-item" href ="../sketchy/" > Sketchy class ="dropdown-item" href ="../slate/" > Slate class ="dropdown-item" href ="../solar/" > Solar class ="dropdown-item" href ="../spacelab/" > Spacelab class ="dropdown-item" href ="../superhero/" > Superhero class ="dropdown-item" href ="../united/" > United class ="dropdown-item" href ="../yeti/" > Yeti class ="nav-item" > class ="nav-link" href ="/blog/" > Blog class ="nav-item" > class ="nav-link" href ="/about_me/" > About me class ="nav-item dropdown" > class ="nav-link dropdown-toggle" data-toggle ="dropdown" href ="#" id ="download" > Simplex class ="caret" > class ="dropdown-menu" aria-labelledby ="download" > class ="dropdown-item" target ="_blank" href ="https://jsfiddle.net/bootswatch/3he50zsf/" > Open in JSFiddle class ="dropdown-divider" > class ="dropdown-item" href ="../4/simplex/bootstrap.min.css" download > bootstrap.min.css class ="dropdown-item" href ="../4/simplex/bootstrap.css" download > bootstrap.css class ="dropdown-divider" > class ="dropdown-item" href ="../4/simplex/_variables.scss" download > _variables.scss class ="dropdown-item" href ="../4/simplex/_bootswatch.scss" download > _bootswatch.scss class ="nav navbar-nav ml-auto" > class ="nav-item" > class ="nav-link" href ="#" target ="_blank" > 공사중 class ="container" > class ="row" > class ="col-md-8" > class ="my-4" > Blog {% for p in object_list %} class ="card mb-4" > class ="card-img-top" src ="http://placehold.it/750x300" alt ="Card image cap" > class ="card-body" > class ="card-title" > {{ p.title }} class ="card-text" > {{ p.content }} href ="#" class ="btn btn-primary" > Read More → class ="card-footer text-muted" > Posted on {{ p.create }} by href ="#" > {{ p.author }} {% endfor %} class ="col-md-4" > class ="card my-4" > class ="card-header" > Search class ="card-body" > class ="input-group" > type ="text" class ="form-control" placeholder ="Search for..." > class ="input-group-append" > class ="btn btn-secondary" type ="button" > Go! class ="card my-4" > class ="card-header" > Categories class ="card-body" > class ="row" > class ="col-lg-6" > class ="list-unstyled mb-0" > href ="#" > Web Design href ="#" > HTML href ="#" > Freebies class ="col-lg-6" > class ="list-unstyled mb-0" > href ="#" > JavaScript href ="#" > CSS href ="#" > Tutorials src ="{% static 'blog/_assets/js/jquery.min.js' %}" > src ="{% static 'blog/_assets/js/popper.min.js' %}" > src ="{% static 'blog/bootstrap/bootstrap.min.js' %}" > src ="{% static 'blog/_assets/js/custom.js' %}" >

좋아요수
0
댓글수
7
조회수
387

질문&답변

템플릿이 뜨지 않습니다.

아직 해결하지 못했습니다. 디렉토리 구조부터 올리겠습니다. ▼아래는 html 소스코드입니다.

좋아요수
0
댓글수
7
조회수
387