In order to view this lesson, you must purchase this course.
Earlier in this section I introduced the concept of partials that allows us to share code amongst different pages. In this lesson, I'll revisit this idea to modularize our post views in code. Again, we want to avoid copying and pasting as much as possible since this makes our code very difficult to maintain when changes are introduced.