Thanks for stopping by! There is a problem with Google Search. It appears that Google isn't redirecting the last published post to the correct URL. If you have any problem, please let me know. I apologize for the inconvenience. Thanks.
Create a blog application with django, part 11: create django custom template tags and filters
Django provides the following helper functions that allow you to create your own template tags in an easy way:
simple_tag: Processes the data and returns a string
inclusion_tag: Processes the data and returns a rendered template