Field value is not getting displayed on the front end

I have created a field called “article_name_and_author” and I am saving it by using “before_save(self)”. The value is saved in the database but not displayed on the front end.

For reference, I am following the “Library Management Tutorial” provided by the Frappe framework.

before_save(self)

Value saved in DB

Saved value being displayed on the form

Value is not being displayed on the page view

Did you add the field to your web page (article.html) file?

Your image looks the same as the tutorial to me.

I don’t see ‘article_name_and_author’ in the tutorial. Is this something
you are trying on your own?

Can you post your article.html?