I am trying to construct a page template where I display node information in the content area, and some views in a sidebar that display data from another node type. I am using the Entity Reference module. I am displaying apartment units, and these unit content types have a many-to-one relationship to its community complex. So, when the user views the unit profile, its community data will pop up on the side.
Anyone know the best way to go about doing this?