기존에 웹 페이지는 Server에서 받은 html을 바탕으로 Client가 화면을 그렸지만, CSR 방식은 서버에서 받는게 아니라 Client에서 알아서 화면을 그리는 방식입니다. React나 Vue같은 라이브러리/프레임워크는 SPA를 만드는 것을 지원하고 CSR 방식으로 동작합니다.
The blog template supports posts in nested sub-folders. This can be used to group posts of similar content e.g. a multi-part course. This post is itself an example of a nested route!